home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Sound / LAME / WarpOS / src / debian / Makefile.in < prev    next >
Encoding:
Makefile  |  2001-03-12  |  5.3 KB  |  230 lines

  1. # Makefile.in generated automatically by automake 1.4d from Makefile.am
  2.  
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  4. # Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14. SHELL = @SHELL@
  15.  
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. prefix = @prefix@
  20. exec_prefix = @exec_prefix@
  21.  
  22. bindir = @bindir@
  23. sbindir = @sbindir@
  24. libexecdir = @libexecdir@
  25. datadir = @datadir@
  26. sysconfdir = @sysconfdir@
  27. sharedstatedir = @sharedstatedir@
  28. localstatedir = @localstatedir@
  29. libdir = @libdir@
  30. infodir = @infodir@
  31. mandir = @mandir@
  32. includedir = @includedir@
  33. oldincludedir = /usr/include
  34.  
  35. pkgdatadir = $(datadir)/@PACKAGE@
  36. pkglibdir = $(libdir)/@PACKAGE@
  37. pkgincludedir = $(includedir)/@PACKAGE@
  38.  
  39. top_builddir = ..
  40.  
  41. ACLOCAL = @ACLOCAL@
  42. AUTOCONF = @AUTOCONF@
  43. AUTOMAKE = @AUTOMAKE@
  44. AUTOHEADER = @AUTOHEADER@
  45.  
  46. INSTALL = @INSTALL@
  47. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  48. INSTALL_DATA = @INSTALL_DATA@
  49. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  50. INSTALL_STRIP_FLAG =
  51. INSTALL_HEADER = $(INSTALL_DATA)
  52. transform = @program_transform_name@
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60.  
  61. @SET_MAKE@
  62. build_alias = @build_alias@
  63. build_triplet = @build@
  64. host_alias = @host_alias@
  65. host_triplet = @host@
  66. target_alias = @target_alias@
  67. target_triplet = @target@
  68. AMDEP = @AMDEP@
  69. AMTAR = @AMTAR@
  70. AS = @AS@
  71. AWK = @AWK@
  72. CC = @CC@
  73. CONFIG_DEFS = @CONFIG_DEFS@
  74. CPP = @CPP@
  75. CPUTYPE = @CPUTYPE@
  76. DEPDIR = @DEPDIR@
  77. DLLTOOL = @DLLTOOL@
  78. EXEEXT = @EXEEXT@
  79. FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
  80. FRONTEND_LDADD = @FRONTEND_LDADD@
  81. FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
  82. GTK_CFLAGS = @GTK_CFLAGS@
  83. GTK_CONFIG = @GTK_CONFIG@
  84. GTK_LIBS = @GTK_LIBS@
  85. INCLUDES = @INCLUDES@
  86. LDADD = @LDADD@
  87. LIBTOOL = @LIBTOOL@
  88. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  89. LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  90. LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  91. LN_S = @LN_S@
  92. MAINT = @MAINT@
  93. MAKEDEP = @MAKEDEP@
  94. MAKEINFO = @MAKEINFO@
  95. NASM = @NASM@
  96. NASM_FORMAT = @NASM_FORMAT@
  97. OBJDUMP = @OBJDUMP@
  98. PACKAGE = @PACKAGE@
  99. RANLIB = @RANLIB@
  100. RM_F = @RM_F@
  101. U = @U@
  102. VERSION = @VERSION@
  103. WITH_MP3RTP = @WITH_MP3RTP@
  104. WITH_MP3X = @WITH_MP3X@
  105. _am_include = @_am_include@
  106. install_sh = @install_sh@
  107.  
  108.  
  109. # global section for every Makefile.am
  110.  
  111.  
  112. AUTOMAKE_OPTIONS = 1.4d foreign $(top_srcdir)/ansi2knr
  113.  
  114. EXTRA_DIST = \
  115.     changelog \
  116.     control \
  117.     copyright \
  118.     lame-dev.docs \
  119.     lame-dev.files \
  120.     lame-extras.files \
  121.     lame.docs \
  122.     lame.files \
  123.     rules
  124.  
  125. subdir = debian
  126. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  127. CONFIG_HEADER = ../config.h
  128. CONFIG_CLEAN_FILES = 
  129. DIST_SOURCES = 
  130. DIST_COMMON =  Makefile.am Makefile.in
  131.  
  132.  
  133. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  134.  
  135. GZIP_ENV = --best
  136. all: all-am
  137. .SUFFIXES:
  138. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.am.global
  139.     cd $(top_srcdir) && $(AUTOMAKE) --foreign debian/Makefile
  140.  
  141. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  142.     cd $(top_builddir) \
  143.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
  144.  
  145. tags: TAGS
  146. TAGS:
  147.  
  148.  
  149. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  150.  
  151.  
  152. distdir: $(DISTFILES)
  153.     @for file in $(DISTFILES); do \
  154.       d=$(srcdir); \
  155.       if test -d $$d/$$file; then \
  156.         cp -pR $$d/$$file $(distdir) \
  157.         || exit 1; \
  158.       else \
  159.         test -f $(distdir)/$$file \
  160.         || cp -p $$d/$$file $(distdir)/$$file \
  161.         || exit 1; \
  162.       fi; \
  163.     done
  164. info-am:
  165. info: info-am
  166. dvi-am:
  167. dvi: dvi-am
  168. check-am: all-am
  169. check: check-am
  170. installcheck-am:
  171. installcheck: installcheck-am
  172. install-exec-am:
  173. install-exec: install-exec-am
  174.  
  175. install-data-am:
  176. install-data: install-data-am
  177.  
  178. install-am: all-am
  179.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  180. install: install-am
  181. uninstall-am:
  182. uninstall: uninstall-am
  183. all-am: Makefile
  184. install-strip:
  185.     $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
  186. installdirs:
  187.  
  188.  
  189. mostlyclean-generic:
  190.  
  191. clean-generic:
  192.  
  193. distclean-generic:
  194.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  195.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  196.  
  197. maintainer-clean-generic:
  198.     @echo "This command is intended for maintainers to use"
  199.     @echo "it deletes files that may require special tools to rebuild."
  200.     -rm -f Makefile.in
  201. clean: clean-am
  202.  
  203. clean-am: clean-generic mostlyclean-am
  204.  
  205. distclean: distclean-am
  206.  
  207. distclean-am: clean-am distclean-generic
  208.  
  209. maintainer-clean: maintainer-clean-am
  210.  
  211. maintainer-clean-am: distclean-am maintainer-clean-generic
  212.  
  213. mostlyclean: mostlyclean-am
  214.  
  215. mostlyclean-am: mostlyclean-generic
  216.  
  217. .PHONY: check check-am clean clean-generic distclean distclean-generic \
  218.     distdir dvi dvi-am info info-am install install-am install-data \
  219.     install-data-am install-exec install-exec-am install-strip \
  220.     installcheck installcheck-am installdirs maintainer-clean \
  221.     maintainer-clean-generic mostlyclean mostlyclean-generic \
  222.     uninstall uninstall-am
  223.  
  224.  
  225. # end global section
  226.  
  227. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  228. # Otherwise a system limit (for SysV at least) may be exceeded.
  229. .NOEXPORT:
  230.